home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7106 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: southern.co.nz!not-for-mail
  2. From: matthewj@southern.co.nz (Matthew Jenkinson)
  3. Newsgroups: comp.lang.c
  4. Subject: Linking Microsoft OBJ's with Borland
  5. Date: 19 Feb 1996 00:37:27 GMT
  6. Organization: Southern InterNet Services
  7. Message-ID: <4g8go8$iio@orm.southern.co.nz>
  8. NNTP-Posting-Host: kalessin.southern.co.nz
  9. Keywords: BORALND MICROSOFT LINK
  10. X-Newsreader: TIN [UNIX 1.3 950621BETA PL0]
  11.  
  12. Is it possible to link OBJ files compiled with a Microsoft C/C++ compiler 
  13. with modules compiled in Borland C/C++.  I have tried this and get a 
  14. number of linker errors, in particular the following symbols undefined: 
  15. __aFlmul, __aFldiv, __aFNalmul, __ffree and __fmalloc.  I guess these are 
  16. functions from the Microsoft libraries which are reuired by the modules 
  17. output from their compiler.  Unfortunately I am using the Borland 
  18. compiler, linker etc.  Is there anyway to resolve this issue? Should I 
  19. write my own functions in Borland C++ to satisfy the linker?  But then I 
  20. would need to know what these functions do, what parameters they were 
  21. expecting and their return types.
  22.  
  23. Any help would be appreciated.
  24. Matthew.
  25.  
  26.